home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / rum10.zip / RUM10.DOC < prev   
Text File  |  1993-11-15  |  2KB  |  53 lines

  1.                             R U M  version 1.0
  2.  
  3.                  "Rapid Unix/MS-DOS" text file translator
  4.  
  5.                             Written by Jack Lee
  6.  
  7.  
  8. RUM stands for "Rapid Unix/MS-DOS" text file translator.  As the name
  9. suggested, RUM translates text files between MS-DOS(R) and Unix(tm).
  10. Because each of these two platforms treats text files differently, it is
  11. necessary to convert a DOS text file before using it on Unix, and vice
  12. versa.
  13.  
  14. RUM has the following command-line:
  15.  
  16.   RUM [/u | /?] [source [output]]
  17.   
  18. Options:
  19.  
  20.    /u        translate an MS-DOS text file to Unix format
  21.              (if not specified, conversion from Unix to MS-DOS will take place)
  22.    /?        a comprehensive help screen
  23.    [source]  input file
  24.    [output]  output file.  Note: As a safeguard, the user is not allowed
  25.                                  to replace an existing file.  If an
  26.                                  existing filename is entered then RUM
  27.                                  will ask the user to re-enter it.
  28.              (If [output] is not specified, [source] will be replaced.)
  29.  
  30.  
  31. Aside from the command-line method, RUM has a built-in interactive mode
  32. which will prompt the user for both input and output filenames.  In the
  33. interactive mode, the user can edit the filenames in the "shaded area"
  34. before the translation begins.  For leisure MS-DOS users, RUM is smart
  35. enough to tell if a valid MS-DOS filename is being entered or not; invalid
  36. keys are locked away from the user.  As an added feature, the user may
  37. abort the program by pressing the <ESC> key.  However, once the
  38. translation process has begun, RUM cannot be interrupted until it is
  39. finished.
  40.  
  41. While the translation is taking place, a golden whirling star will keep
  42. spinning until the job is finished.  Translating a 10k text file only
  43. takes up 2 seconds on an 80386/SX machine.  The time required for
  44. translation will increase for larger files.
  45.  
  46.  
  47. Disclaimer:
  48.  
  49. RUM is released into the public domain.  I do not ask for any paying
  50. registration.  Thus, I am not responsible for any misuse or mishap as a
  51. result of your use of this program.  Have fun with it, though!
  52.  
  53. *End of Documentation*